# Delete note for a user

Permanently deletes a personal note about a specific user.

Endpoint: DELETE /api/v1/notes/{userId}
Version: 1.0
Security: header

## Path parameters:

  - `userId` (string, required)
    The user ID whose note should be deleted
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


